home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 8486 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  942 b 

  1. Path: lasernet.com!michael_kroth
  2. Newsgroups: comp.lang.c++
  3. Message-ID: <60215190007$71C7@lasernet.com>
  4. X-Gateway: Act-Up 4.6  15 Feb 96 19:00:07  LaserNet
  5. Date: Thu, 15 Feb 96 15:33:00 LOC
  6. Organization: LASER:  GCG Programming BBS *SD, CA* 619 278-5469 (52:1000/105)
  7. From: MICHAEL KROTH <michael_kroth@lasernet.com>
  8. In-Reply-To: ANDREW CHOSAK
  9. Subject: using my own libraries (n
  10.  
  11.   >I am just playing around with making my own header files but I can't
  12.   >get it to work. Okay, I make a file called geometry.h with all
  13.   >function declarations....
  14.  
  15. I also ran into this problem. I found out that I had to put the
  16. functions in a .cpp file. The header file then would call the .cpp file
  17. with an include statement, just like it does with a .lib file.
  18.  
  19. Unless you know how to compile a library file, this is the easiest way
  20. that I know of, unless anyone else has a better idea.
  21.  
  22. ---
  23.  * QMPro 1.52 * CCITT- Can't Conceive Intelligent Thoughts Today
  24.